CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C DOS

搜索资源列表

  1. Microsoft-Word--1.1a-Source-Code

    0下载:
  2. 微软Microsoft Word V1.1a的完整开发文档及源代码,采用C/C++和ASM实现,完整金山WPS,绝品大师级源代码,先驱的杰作,WINDOWS开发者研究必备。本代码及MS-DOS V1.1-V2.0源代码由潜龙(QQ:30101)倾情提供。-MS Word 1.1a (Microsoft Word for Windows Version 1.1a Source Code),MS-Word V1.1a Source Code
  3. 所属分类:Editor

    • 发布日期:2017-05-24
    • 文件大小:7729879
    • 提供者:verve
  1. TC2

    0下载:
  2. dos 下经典C语言编程环境tc2.0经典版本-dos classic C language programming environment under the classic version tc2.0
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:955299
    • 提供者:daxia
  1. pc104-timer

    0下载:
  2. 基于瑞士逻辑的PC104测试定时器例程,运行环境为Turbo c,操作系统为DOS,测试通过例程。-PC104 logic test based on the Swiss timer routines, operating environment for Turbo c, operating system, DOS, test routines.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-27
    • 文件大小:8586
    • 提供者:nhuaTh
  1. SPIR_01

    0下载:
  2. A rotational spiral is build up using elementary C graphics API in DOS
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:648
    • 提供者:lightly
  1. cmdpasspojie

    0下载:
  2. Louis的宽带帐号破解器,cmd版宽带密码破解器-C#宽带拨号器CMD版本(调用DOS命令实现) 还有宽带帐号的一个范例文件,把密码分离出来,非常的简单,请勿用于非法途径,源代码目的是为了学习。-Louis broadband account cracker, cmd version broadband password cracker-C# broadband dialer CMD version (call DOS command implementation) as well as br
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7686
    • 提供者:gpudn9
  1. A51

    0下载:
  2. 自己写的一段A5算法加密代码,使用的是C语言,可在DOS环境下输出64位密钥和22位随机帧。 -Write your own section A5 encryption algorithm code, using C language, can output 64-bit key and 22 random frames in the DOS environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2210
    • 提供者:卓海东
  1. dosfile

    0下载:
  2. 添加DOS快速通道右键的简单思路,基础的程序,希望大家喜欢,初学者必看哦,C#源码下载。-Adición de un simple derecho-DOS las ideas por la vía rápida del programa basadas, espero que les guste, los principiantes deben Oh, C# código fuente de descarga.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4741
    • 提供者:ypudn76
  1. SimpleMediaPlayer

    0下载:
  2. C#源码使用Windows内置组件Windows MediaPlayer实现的播放器,支持VCD文件(*.dat)|*.dat|Audio文件(*.avi)|*.avi|WAV文件 (*.wav)|*.wav|MP3文件 (*.mp3等文件的播放,依赖于AxInterop.MediaPlayer.dll和Interop.MediaPlayer.dll两个文件,因此在C#代码方面,比较简洁,有兴趣的可下载源码参考-C# código fuente con los componentes integ
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:83731
    • 提供者:ypudn79
  1. DynamicIcon

    0下载:
  2. C#在系统托盘处添加一个类似QQ消息的闪烁图标,您只需编译生成exe文件,所需的ICO图标在Bin目录下。运行后如截图所示,选择菜单中的“Start”图标,即可在系统托盘处显示图标,并且是动态闪烁的图标,就像是QQ发来消息一样的效果。程序用到计时器的部分原理,同时载入两个图标,只要timer1被启动,则在两个图标之间不断进行选择变换,实现动画效果-C# añ ade un mensaje QQ icono de la bandeja del sistema parpadea simila
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:23140
    • 提供者:gpudn16
  1. devtree

    0下载:
  2. C# DevTree演示代码,让ColorDevTree 显示不同颜色,因为觉得关于Tree的例子很少,做东西要用到Tree 不同行显示不同颜色,测试了下OK的。在窗体中输入状态数值:0 已处理,1 延迟处理,2 首次未处理, 3 再次未处理-C# código de demostración DevTree, así ColorDevTree mostrar diferentes colores, porque creo que muy pocos ejemplos en árbol, hag
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:11476
    • 提供者:ypudn90
  1. deletefiles

    0下载:
  2. C#删除指定目录文件,挺简单的程序,两种功能:一是创建指定目录、二是删除指定目录,代码简单,适合C#新手学习-C# eliminar los archivos especificados de directorio, procedimiento muy simple, dos funciones: en primer lugar, crear el directorio especificado, el segundo es para borrar el directorio especific
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:5300
    • 提供者:gpudn20
  1. LRU

    0下载:
  2. 本代码用C语言模拟操作系统中LRU页面置换算法,有dos输出界面,简单明了。-The code is written in C language simulation operating system LRU page replacement algorithm, a dos output interface, simple and straightforward.
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1167
    • 提供者:jie
  1. Snake-code

    0下载:
  2. 贪吃蛇代码-C语言-VC++6.0 /*这是一个贪吃蛇代码,运行环境VC++6.0(亲测完美运行)*/ /*该程序在dos系统下运行,不需要graphics.h头文件*/ -Snake code-C language-VC++6.0 /* this is a Snake code, operating environment VC++6.0 (dear test run perfectly) /* this program to run in the DOS syste
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:10040
    • 提供者:朱光前
  1. horse_travel

    0下载:
  2. 马周游问题C++求解算法,主要在dos界面上实现-horse_travel problem solving
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1872867
    • 提供者:nelson
  1. FILE

    0下载:
  2. DOS界面下的登录程序,C语言写的,主要练习win32程序的密码用*号显示,输入错误可以回退删除等-Login program under DOS interface, C language, passwords major exercises with an asterisk win32 program display, input errors can be rolled back and delete. . .
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1476662
    • 提供者:言辰一
  1. vcPPaviplyer

    0下载:
  2. C和汇编实现Dos操作系统的源代码,源码在SRC目录下,模拟出的DOS系统,这是比较底层接近机器语言的源码哦,很有参考价值,对了解Win底层架构相当有帮助-C and assembler achieve Dos operating system source code, source code under the SRC directory, simulated DOS system, which is relatively close to the underlying source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:64160
    • 提供者:jpudn91
  1. cdossrc

    0下载:
  2. C和汇编实现Dos操作系统的源代码,源码在SRC目录下,模拟出的DOS系统,这是比较底层接近机器语言的源码哦,很有参考价值,对了解Win底层架构相当有帮助-C and assembler achieve Dos operating system source code, source code under the SRC directory, simulated DOS system, which is relatively close to the underlying source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:435678
    • 提供者:jpudn92
  1. Calculation-algorithm-of-cand-cPP

    0下载:
  2. 一些c++和c语言常用算法,包括数值积分等数值计算算法和C语言编写一个DOS下的中断服务程序等算法-Some c and c++ commonly used algorithms, including numerical integration, interpolation algorithms and examples of 87 C language under a DOS interrupt service routine algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-01
    • 文件大小:13400281
    • 提供者:dazhi
  1. jsq

    0下载:
  2. c++网络编程计算器客户端和服务端 DOS运行 简单 可运行 自己编写-C++internet program
  3. 所属分类:Development Research

    • 发布日期:2017-05-31
    • 文件大小:13251835
    • 提供者:迟欣
  1. EasyX_2013

    0下载:
  2. 在Microsoft Visual C++ 6.0下编写源程序,然后调试成功后运行,生成可执行档sendtcp.exe。因为该程序是带参数的,所以进入dos,并进入到该可执行文件的目录下后在命令提示行下输入:-new hand
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:590170
    • 提供者:stanism
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com